home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / palmpc.dir / 00214.ls < prev    next >
Encoding:
Text File  |  1996-03-01  |  234 b   |  11 lines

  1. on exitFrame
  2.   global gCalNum, gSetNum, gLastNum, gOperation, gAnswer
  3.   set gAnswer to 0
  4.   set gCalNum to 0
  5.   set gSetNum to 0
  6.   set gOperation to EMPTY
  7.   repeat with i = 37 to 47
  8.     set the visible of sprite i to 0
  9.   end repeat
  10. end
  11.